home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
17 Bit Software 3: The Continuation
/
17-Bit_The_Continuation_Disc.iso
/
arug
/
arug 28
/
amigasat
(
.txt
)
< prev
next >
Wrap
AmigaBASIC Source Code
|
1994-01-27
|
1KB
|
46 lines
SCREEN 2,640,240,2,2
WINDOW 2,"World Map",(0,11)-(631,225),20,2
WINDOW 1,"Amigasat v1.0",(0,11)-(631,225),20,2
PALETTE 0,0,0,0 :REM black
PALETTE 1,1,0.87,0.73 :REM tan
PALETTE 2,0.47,0.87,1 :REM blue sky
PALETTE 3,0.93,0.2,0 :REM Red
WINDOW 1
CHDIR "satellites:satellites"
CLS
CLEAR ,40000,3048
CHDIR "df0:satellites"
LOCATE 8,28:COLOR 1,0:PRINT "Original programs written "
LOCATE 10,39:PRINT "by"
LOCATE 12,34:PRINT "W0SL & W3IWI"
LOCATE 16,28:COLOR 2,0:PRINT "converted to Amiga Basic"
LOCATE 18,39:PRINT "by"
LOCATE 20,37:PRINT "VK2DSU"
LINE (140,50)-(500,170),3,B
CHAIN "satmenu.bas"
'
'
'------------------------------------------------------------------------
'
'
' I would like to hear of any improvments or additions to Amigasat
' If you make any drop me a message .
'
' David Gazzard (VK2DSU)
' 20 MORRIS ST.
' Warners Bay N.S.W.
' Australia 2114
'
' Or any Sydney Packet radio bulliten board system
' (VK2AHX,VK2XY,VK2CZZ,VK2OP)
'
'
'
'------------------------------------------------------------------------